home *** CD-ROM | disk | FTP | other *** search
/ Clinical Endocrinology / Clinical Endocrinology.iso / pc / 00000000 / acknowl.dir / 00032_Script_32 < prev    next >
Text File  |  1995-11-09  |  217b  |  9 lines

  1. on init
  2.   global currentText, theFirstText, theLastText
  3.   puppetSprite 3, true
  4.   put the castNum of sprite 3 into currentText
  5.   set theFirstText = currentText
  6.   set theLastText = theFirstText + 19
  7.   
  8. end init
  9.